Skip to content

Docs about changing the SSR port #437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from

Conversation

ig0r2
Copy link

@ig0r2 ig0r2 commented Jul 16, 2025

How to change the default SSR server port is something that is missing from the docs but can be useful. I needed this myself and I had to look through external guides and source code to figure it out.

@francoism90
Copy link

francoism90 commented Jul 24, 2025

I was looking at this, and I also noticed this comment: laravel/vue-starter-kit@b9792f7

Should this also be changed to vue/server-renderer? It seems @vue/server-renderer is for Vue v2.

@ig0r2
Copy link
Author

ig0r2 commented Jul 30, 2025

I was looking at this, and I also noticed this comment: laravel/vue-starter-kit@b9792f7

Should this also be changed to vue/server-renderer? It seems @vue/server-renderer is for Vue v2.

True, as of Vue 3.2.13+ the dependency @vue/server-renderer is no longer needed. The entire page could be then changed so that it uses vue/server-renderer instead, and perhaps add a notice that says "if using version of Vue lower than 3.2.13 the additional @vue/server-renderer dependency is needed".

@francoism90
Copy link

@ig0r2 I'll try to create a PR for this. Or maybe you could add it already.

Both are okay for me. :)

@ig0r2
Copy link
Author

ig0r2 commented Jul 30, 2025

@francoism90 You can do it, since you are the one who found that :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants